home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 2001 May / SGI Freeware 2001 May - Disc 1.iso / dist / fw_mysql.idb / usr / freeware / share / sql-bench / limits / msql.cfg.z / msql.cfg
Encoding:
Text File  |  1999-10-18  |  8.9 KB  |  217 lines

  1. #This file is automaticly generated by crash-me 1.21
  2.  
  3. NEG=no                    # update of column= -column
  4. alter_add_col=no            # Alter table add column
  5. alter_add_multi_col=no            # Alter table add many columns
  6. alter_alter_col=no            # Alter table alter column
  7. alter_change_col=no            # Alter table change column
  8. alter_drop_col=no            # Alter table drop column
  9. alter_modify_col=no            # Alter table modify column
  10. alter_rename_table=no            # Alter table rename table
  11. atomic_updates=no            # atomic updates
  12. binary_items=no                # binary items (0x41)
  13. case_insensitive_strings=no        # case insensitive compare
  14. column_alias=no                # Column alias
  15. columns_in_order_by=+64            # number of columns in order by
  16. comment_#=yes                # # as comment
  17. comment_--=no                # -- as comment
  18. comment_/**/=no                # /* */ as comment
  19. compute=no                # Compute
  20. connections=200                # Simultaneous connections
  21. crash_me_safe=no            # crash me safe
  22. crash_me_version=1.21            # crash me version
  23. create_default=no            # default value for column
  24. create_index=yes            # create index
  25. cross_join=no                # cross join (same as from a,b)
  26. date_with_YY=no                # Supports YY-MM-DD dates
  27. date_zero=no                # Supports 0000-00-00 dates
  28. double_quotes=no            # Double '' as ' in strings
  29. drop_index=with 'FROM'            # drop index
  30. end_colon=no                # allows end ';'
  31. except=no                # except
  32. except_all=no                # except all
  33. foreign_key_syntax=no            # foreign key syntax
  34. full_outer_join=no            # full outer join
  35. func_where_between=no            # Function BETWEEN
  36. func_where_eq_all=no            # Function = ALL
  37. func_where_eq_any=no            # Function = ANY
  38. func_where_eq_some=no            # Function = SOME
  39. func_where_exists=no            # Function EXISTS
  40. func_where_in_num=no            # Function IN on numbers
  41. func_where_like=yes            # Function LIKE
  42. func_where_like_escape=no        # Function LIKE ESCAPE
  43. func_where_match=no            # Function MATCH
  44. func_where_match_unique=no        # Function MATCH UNIQUE
  45. func_where_matches=no            # Function MATCHES
  46. func_where_not_between=no        # Function NOT BETWEEN
  47. func_where_not_exists=no        # Function NOT EXISTS
  48. func_where_not_like=yes            # Function NOT LIKE
  49. func_where_not_unique=no        # Function NOT UNIQUE
  50. func_where_unique=no            # Function UNIQUE
  51. functions=no                # Functions
  52. group_by=no                # Group by
  53. group_by_alias=no            # Group by alias
  54. group_by_null=no            # group on column with null values
  55. group_by_position=no            # Group by position
  56. group_distinct_functions=no        # Group functions with distinct
  57. group_functions=no            # Group functions
  58. having=no                # Having
  59. having_with_alias=no            # Having with alias
  60. ignore_end_space=no            # ignore end space in compare
  61. index_in_create=no            # index in create table
  62. index_namespace=yes            # different namespace for index
  63. index_parts=no                # index on column part (extension)
  64. insert_empty_string=yes            # insert empty string
  65. insert_select=no            # insert INTO ... SELECT ...
  66. insert_with_set=no            # INSERT with set syntax
  67. intersect=no                # intersect
  68. intersect_all=no            # intersect all
  69. join_tables=+64                # tables in join
  70. left_outer_join=no            # left outer join
  71. left_outer_join_using=no        # left outer join using
  72. like_with_column=yes            # column LIKE column
  73. like_with_number=no            # LIKE on numbers
  74. lock_tables=no                # lock table
  75. logical_value=not supported        # Value of logical operation (1=1)
  76. max_char_size=999967            # max char() size
  77. max_column_name=33            # column name length
  78. max_columns=75                # Columns in table
  79. max_conditions=72            # OR and AND in WHERE
  80. max_index=+64                # max index
  81. max_index_length=+8192            # index length
  82. max_index_name=35            # index name length
  83. max_index_part_length=+8192        # index part length
  84. max_index_parts=9            # index parts
  85. max_row_length=19125            # max table row length (without blobs)
  86. max_row_length_with_null=19125        # table row length with nulls (without blobs)
  87. max_table_alias_name=33            # table alias name length
  88. max_table_name=35            # table name length
  89. max_text_size=999967            # max text or blob size
  90. max_unique_index=+64            # max unique index
  91. minus=no                # minus
  92. minus_neg=no                # Calculate 1--1
  93. multi_drop=no                # many tables to drop table
  94. multi_strings=no            # Multiple line strings
  95. multi_table_delete=no            # DELETE FROM table1,table2...
  96. multi_table_update=no            # Update with many tables
  97. multi_value_insert=no            # Value lists in INSERT
  98. natural_join=no                # natural join
  99. natural_left_outer_join=no        # natural left outer join
  100. no_primary_key=yes            # Tables without primary key
  101. null_in_index=no            # null in index
  102. odbc_left_outer_join=no            # left outer join odbc style
  103. operating_system=Linux 2.0.36 i686    # crash-me tested on
  104. order_by=yes                # Order by
  105. order_by_position=no            # Order by position
  106. primary_key_in_create=no        # primary key in create table
  107. query_size=999998            # query size
  108. quote_with_"=no                # Allows ' and " as string markers
  109. remember_end_space=yes            # Remembers end space in char()
  110. remember_end_space_varchar=no        # Remembers end space in varchar()
  111. right_outer_join=no            # right outer join
  112. round_on_store=no            # Correct rounding when storing REAL values
  113. select_constants=no            # Select constants
  114. select_table_update=no            # Update with sub select
  115. select_without_from=no            # SELECT without FROM
  116. server_version=mSQL server version 2.0.7    # server version
  117. simple_joins=yes            # ANSI SQL simple joins
  118. subqueries=no                # subqueries
  119. table_alias=yes                # Table alias
  120. table_name_case=no            # case independent table names
  121. table_wildcard=no            # Select table_name.*
  122. transactions=no                # transactions
  123. type_extra_abstime=no            # Type abstime
  124. type_extra_bfile=no            # Type bfile
  125. type_extra_blob=no            # Type blob
  126. type_extra_bool=no            # Type bool
  127. type_extra_box=no            # Type box
  128. type_extra_byte=no            # Type byte
  129. type_extra_char(1_arg)_binary=no    # Type char() binary
  130. type_extra_char16=no            # Type char16
  131. type_extra_char2=no            # Type char2
  132. type_extra_char4=no            # Type char4
  133. type_extra_char8=no            # Type char8
  134. type_extra_circle=no            # Type circle
  135. type_extra_clob=no            # Type clob
  136. type_extra_datetime=no            # Type datetime
  137. type_extra_enum(1_arg)=no        # Type enum()
  138. type_extra_float(1_arg)=no        # Type float(1 arg)
  139. type_extra_float4=no            # Type float4
  140. type_extra_float8=no            # Type float8
  141. type_extra_image=no            # Type image
  142. type_extra_int(1_arg)_zerofill=no        # Type int() zerofill
  143. type_extra_int1=no            # Type int1
  144. type_extra_int2=no            # Type int2
  145. type_extra_int3=no            # Type int3
  146. type_extra_int4=no            # Type int4
  147. type_extra_int8=no            # Type int8
  148. type_extra_int_auto_increment=no    # Type int not null auto_increment
  149. type_extra_int_unsigned=no        # Type int unsigned
  150. type_extra_line=no            # Type line
  151. type_extra_long=no            # Type long
  152. type_extra_long_raw=no            # Type long raw
  153. type_extra_long_varbinary=no        # Type long varbinary
  154. type_extra_long_varchar(1_arg)=no        # Type long varchar()
  155. type_extra_lseg=no            # Type lseg
  156. type_extra_mediumint=no            # Type mediumint
  157. type_extra_mediumtext=no        # Type mediumtext
  158. type_extra_middleint=no            # Type middleint
  159. type_extra_mlslabel=no            # Type mlslabel
  160. type_extra_money=yes            # Type money
  161. type_extra_nchar(1_arg)=no            # Type nchar()
  162. type_extra_nclob=no            # Type nclob
  163. type_extra_number=no            # Type number
  164. type_extra_number(1_arg)=no            # Type number()
  165. type_extra_nvarchar(2_arg)=no        # Type nvarchar(2 arg)
  166. type_extra_nvarchar2(1_arg)=no        # Type nvarchar2(1 arg)
  167. type_extra_path=no            # Type path
  168. type_extra_point=no            # Type point
  169. type_extra_polygon=no            # Type polygon
  170. type_extra_raw(1_arg)=no            # Type raw()
  171. type_extra_reltime=no            # Type reltime
  172. type_extra_rowid=no            # Type rowid
  173. type_extra_serial=no            # Type serial
  174. type_extra_set(1_arg)=no            # Type set()
  175. type_extra_smalldatetime=no        # Type smalldatetime
  176. type_extra_smallfloat=no        # Type smallfloat
  177. type_extra_smallmoney=no        # Type smallmoney
  178. type_extra_text=no            # Type text
  179. type_extra_text(1_arg)=yes            # Type text()
  180. type_extra_timespan=no            # Type timespan
  181. type_extra_uint=yes            # Type uint
  182. type_extra_varchar2(1_arg)=no        # Type varchar2()
  183. type_extra_year=no            # Type year
  184. type_odbc_bigint=yes            # Type bigint
  185. type_odbc_binary(1_arg)=no            # Type binary()
  186. type_odbc_datetime=no            # Type datetime
  187. type_odbc_smallint=yes            # Type smallint
  188. type_odbc_tinyint=yes            # Type tinyint
  189. type_odbc_varbinary(1_arg)=no        # Type varbinary()
  190. type_sql_bit=no                # Type bit
  191. type_sql_bit(1_arg)=no            # Type bit()
  192. type_sql_bit_varying(1_arg)=no        # Type bit varying()
  193. type_sql_char(1_arg)=yes            # Type char()
  194. type_sql_char_varying(1_arg)=no        # Type char varying()
  195. type_sql_character(1_arg)=yes        # Type character()
  196. type_sql_character_varying(1_arg)=no        # Type character varying()
  197. type_sql_date=yes            # Type date
  198. type_sql_dec(2_arg)=no            # Type dec()
  199. type_sql_decimal(2_arg)=no            # Type decimal()
  200. type_sql_double=yes            # Type double
  201. type_sql_double_precision=no        # Type double precision
  202. type_sql_float=yes            # Type float
  203. type_sql_float(2_arg)=no            # Type float()
  204. type_sql_int=yes            # Type int
  205. type_sql_integer=yes            # Type integer
  206. type_sql_interval_year=no        # Type interval year
  207. type_sql_numeric(2_arg)=no            # Type numeric()
  208. type_sql_real=yes            # Type real
  209. type_sql_time=yes            # Type time
  210. type_sql_timestamp=no            # Type timestamp
  211. type_sql_varchar(1_arg)=no            # Type varchar()
  212. union=no                # union
  213. union_all=no                # union all
  214. unique_in_create=no            # unique in create table
  215. views=no                # views
  216. where_string_size=999964        # constant string size in where
  217.